home *** CD-ROM | disk | FTP | other *** search
- Stock Shock v1.1 Page: 1
-
-
-
-
-
- ╒═══════════════════════════════════════╕
- │ STOCK SHOCK │
- │ │
- │ Version 1.1 │
- │ │
- │ By Kevin Menningen │
- ╘═══════════════════════════════════════╛
-
- August 7, 1987
-
- Welcome to Stock Shock, the stock market simulator extraordinaire.
- This program can be run on virtually any PC-compatible system with a
- minimum of 128k and DOS 2.x and above. CGA and MDA are supported, along
- with a black and white mode for composite color systems. Hercules
- graphics is not supported at this time, nor is EGA, VGA, PGA and every
- other xGA there is . . .
- To run the program, you must be in 80 columns mode, and the
- following files must be in the CURRENT directory:
-
- STOCKS.COM - the program.
- STOCKS.SCR - the screens.
- STOCKS.EXG - the stocks.
-
- There are several command line parameters that can be used. All
- parameters must be preceded by a dash ('-'), but they can be typed in
- either upper or lower case. They are:
-
- -b : This puts Stock Shock in black and white mode. No colors are
- shown, and the execution speed slows down somewhat. The
- program defaults in color mode.
-
- -m : Causes Stock Shock to use as little memory as possible. All
- you need to run the program is about 80k of free memory.
- Type 'chkdsk' at the DOS prompt for a display of how much memory
- you have available. This option slows execution speed slightly,
- too.
-
- -xxx : Where xxx is a number from 1 to 180. This indicates the length
- in days you want the game to go. The default is 180 days.
-
- NOTE: Users on monochrome systems need not type '-b', because the
- game automatically switches to black and white mode when it
- detects a monochrome adapter.
-
- Stock Shock is simply a stock market simulator. It does not claim
- to be realistic to the tee, and therefore you can not use it as a stock
- forecaster, although you can try it if you like. The game supports 1 to
- 12 players, and has 30 stocks in its exchange. The game, as mentioned
- above, can last from 1 to 180 days. Your goal is to convert your meager
- $5000.00 into a vast fortune in a small amount of time. The best way to
- do that is to BUY LOW and SELL HIGH. You cannot short sell, and there is
-
-
- by Kevin Menningen August 23, 1987
-
-
-
-
-
-
- Stock Shock v1.1 Page: 2
-
-
- no inside trading. If you don't know what that meant, forget it--I don't
- want to be responsible for corrupting anyone.
- The screen is divided up into three parts. The top half lists the
- stocks and their prices, along with the net change from the last turn.
- If you own a stock, it will be high lighted in purple. A red "s" next to
- a stock name indicates that it has split. The bottom left hand area of
- the screen displays player statistics and lists all the stocks that the
- player owns, as well as the number of shares of each stock and the price
- that the player bought the stock at. The bottom right hand area is where
- commands are typed in, and where the possible commands are listed.
- Several things can happen if a stock gets into serious financial
- trouble. One, it can go Chapter 11. This is the proverbial financial
- limbo that is well known to the business world. A stock that is chapter
- 11 is denoted by a red '*' in front of the stock name. It is during this
- period that you can attempt to restore it to normal by investing money
- into the stock. The stock can also restore itself, if the market swing
- allows it to. A stock can only remain Chapter 11 for 20 days, however.
- If it is still Chapter 11 after 20 days, it is proclaimed to be
- permanently dead, and there is nothing you can do to revive it. It will
- be displayed as '───────────────────'.
- Stocks can also do quite well. If the stock price reaches a certain
- point, the stock will split. Any player who owns a stock that splits
- will double their shareholdings. The price of the stock will then be
- halved. A split stock will be denoted by a red 's' displayed just before
- the stock name.
- Commands are given through normal letter keys, and you need not
- worry about whether they are typed in upper or lower case. The following
- is a list of the normal play commands:
-
- <B>uy : Allows you to buy any stock that is not in serious financial
- trouble at the current price. You may not purchase more
- than 24 different stocks.
-
- <S>ell : Allows you to sell any stock you own at the current market
- price, assuming, of course, that the company is not bankrupt
- or chapter 11. The program will even give you a calculated
- yield on the stock you are selling.
-
- <I>nvest : Allows you to dump money into a stock that has gone chapter
- 11. The program will tell you how much money you need to
- donate to the cause in order to restore the stock to
- normal. However, the new stock price is not guarenteed to
- stay above zero!
-
- <O>ptions : Enters you into the options menu described below.
-
- <P>anic : Throws a simulated SuperCalc3 spreadsheet on the screen if
- there are a pair of wandering eyes near you. Be prepared
- to discuss interest returns on various investments. To exit
- the Panic screen, type "/q". From the Quit menu, you can
- hit <Y>es to exit to DOS, <N>o to keep the Panic screen up, or
- <T>o to go back to the game.
-
-
-
-
- by Kevin Menningen August 23, 1987
-
-
-
-
-
-
- Stock Shock v1.1 Page: 3
-
-
- The following options are also provided:
-
- <L>oad : Loads a previously saved game from disk. Not too
- complicated.
-
- <S>ave : Saves current game on disk. A saved game takes
- approximately 28k on the disk, maximum.
-
- <G>raphs : Allows you to display a graph of a player's financial
- history, the market trend, or the price history of a
- stock. You can not display a graph with a monochrome
- monitor.
-
- <E>dit : Allows you to edit the stock names, prices and factors.
- PF stands for performance factor, and it determines how
- "good" a stock is. A PF rating of -9 means the stock
- sucks, and a PF rating of 9 means that the stock will
- make millions. DF stands for Dependability factor, and
- it determines how often the PF rating will change. A
- DF rating of -9 means it will change virtually every day,
- and a rating of 9 means it will hardly change at all.
- Both of these factors can be anywhere in between -9 and
- 9. This option can only be done the very first turn, and
- you have the ability to save the changes to disk. This
- editor is put here for the express purpose of tracking
- real stocks, if you wanted to. You can, of course, cheat
- with this. I highly recommend it if you get ulcers
- or if you have low self-confidence.
-
-
- Fixes in version 1.1:
-
- o Bug in restoring bankrupt stocks was fixed.
-
- o Keyboard buffer is cleared in final screen, so you don't flash
- past it by mistake.
-
- o Graphing problem on the PCjr was fixed.
-
- o Minor bug in calculation of yield was fixed.
-
- -- Special thanks to Tom Henkel and Christopher Otto for their help in
- tracking down these problems!
-
-
-
-
-
-
-
-
-
-
-
-
-
- by Kevin Menningen August 23, 1987
-
-
-
-
-
-
- Stock Shock v1.1 Page: 4
-
-
-
-
-
-
-
-
-
-
- If you enjoy this game, please send $10 to:
-
- Kevin Menningen
- W277 S4455 Elk Valley Court
- Waukesha, WI 53188-6437.
-
- BBS: Exec PC (414)-964-5160
-
- Why? Because you would have bought it in a store for that much,
- wouldn't you? It seems many people like to use and not pay for ShareWare
- type of programs. This is uncalled for, and quite selfish. Programs
- like these do not appear mysteriously on BBS boards by accident, they are
- the result of many boring, tough, sweaty and anxiety-ridden hours.
- Please comply with this meager request and all other ShareWare requests
- if you use the program regulary and enjoy it, or if you are just simply
- impressed with it. By doing this, you will feel better and you will make
- the day for some of the hard workers in America who usually go unnoticed,
- as well as keep the price of all types of software down.
- --- And THANK YOU!!
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- by Kevin Menningen August 23, 1987
-
-